home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / DOSIMP10.ZIP / README.BAT < prev    next >
DOS Batch File  |  1991-08-12  |  35KB  |  538 lines

  1. ECHO OFF
  2. IF !%1==! GOTO START
  3. FOR %%D IN (READ PRINT REGISTER NOPRINT LIST FLOPPY HARD) DO IF %1==%%D GOTO %1
  4. REM To any non-Beginners who may be reading this, yes, I know that ECHO is a
  5. REM very inefficient way to do a README.TXT file.  But I thought it would be a
  6. REM lot easier for REAL Beginners, who know nothing about the MORE filter or
  7. REM where to find the pipe key on the keyboard.  And also better than giving
  8. REM them a dozen README files that the batch file would TYPE to the screen,
  9. REM which the Beginners wouldn't realize they could delete, and they would
  10. REM leave all those files sitting on their disk taking up space, and then hav-
  11. REM ing yet another file containing the registration forms, that the batch file
  12. REM would send to the printer, and all that.  I'm not trying to be efficient
  13. REM here, I'm trying to make it simple for the Beginners.  [grin]
  14. :START
  15. CLS
  16. ECHO 
  17. ECHO To read the instructions for using the "book", type A:README READ [Enter].
  18. ECHO 
  19. ECHO To print the most important and most hard-to-memorize portions of the
  20. ECHO instructions, type A:README PRINT [Enter].
  21. ECHO 
  22. ECHO To print the registration forms, type A:README REGISTER [Enter].
  23. ECHO 
  24. ECHO If you don't have a printer, type A:README NOPRINT [Enter].
  25. ECHO 
  26. ECHO To see a list of all the files included in this program, and a short
  27. ECHO description of what each is for, type A:README LIST [Enter].
  28. ECHO 
  29. ECHO To read instructions on using this program without a hard drive, type
  30. ECHO A:README FLOPPY [Enter].
  31. ECHO 
  32. ECHO To read instructions on how to install the program onto your hard drive,
  33. ECHO type A:README HARD [Enter].
  34. ECHO 
  35. ECHO 
  36. ECHO Of course if this disk is in drive B: then use B:README instead.
  37. ECHO 
  38. ECHO And do type those commands in capital letters, please.
  39. ECHO 
  40. GOTO END
  41. :HARD
  42. CLS
  43. ECHO To install the program onto a hard drive, only takes two commands.  The
  44. ECHO first one is MKDIR C:\SIMPLY [Enter].  That's it, just go to your DOS
  45. ECHO prompt, which looks like C) or C:\), and type MKDIR and hit the [Space]
  46. ECHO bar, and type C:\SIMPLY and hit the [Enter] key.  If DOS doesn't give you
  47. ECHO any error message, then skip to the next paragraph.  Now if you typed that
  48. ECHO command exactly right, and DOS gives you an error message, then either
  49. ECHO you already have a directory named C:\SIMPLY, in which case you want to
  50. ECHO just choose some other directory name to use, like maybe C:\BOOK instead,
  51. ECHO and just type C:\BOOK in all the places where these instructions tell you
  52. ECHO to type C:\SIMPLY.  The other reason for an error message to happen on
  53. ECHO that command, is if you already have so many files and directories in the
  54. ECHO root directory of your C: drive, that there isn't any room for a new one.
  55. ECHO You're only allowed to have 512 entries in the root directory of a hard
  56. ECHO drive.  So if that's the problem, then you'll have to delete a file.  If
  57. ECHO you have anything that has a .TMP or .BAK extension, then it would be pret-
  58. ECHO ty safe to delete that one.  Otherwise, copy some file to a floppy disk for
  59. ECHO safe-keeping, and delete it from the hard drive.  The way to do that would
  60. ECHO be to put a blank formatted disk into the A: drive, and supposing the name
  61. ECHO of the file you've decided to delete is HELLO.TXT, then you would type
  62. ECHO COPY HELLO.TXT A: [Enter] and then make sure the copy worked, by typing
  63. ECHO DIR A:HELLO.TXT [Enter].  Now if the file shows up on the DIR listing, then
  64. ECHO type DEL HELLO.TXT [Enter] and now you have enough room in your hard disk's
  65. ECHO root directory to try the MKDIR C:\SIMPLY [Enter] command again.
  66. PAUSE
  67. CLS
  68. ECHO 
  69. ECHO 
  70. ECHO The second command you need in order to install this program onto your hard
  71. ECHO drive, is COPY A:\*.* C:\SIMPLY\*.* [Enter], or if the disk which holds this
  72. ECHO program is in drive B: instead, then type COPY B:\*.* C:\SIMPLY\*.* [Enter].
  73. ECHO 
  74. ECHO Now if you've received this program on two or more disks, instead of just
  75. ECHO one, then you need to repeat that COPY command once for each disk you got.
  76. ECHO 
  77. ECHO That's it!  The program is installed at that point.
  78. ECHO 
  79. ECHO To review, the commands to install to the hard drive are:
  80. ECHO MKDIR C:\SIMPLY [Enter]
  81. ECHO COPY A:\*.* C:\SIMPLY\*.* [Enter]
  82. ECHO And repeat that second command for each disk, if this program came to you
  83. ECHO on more than one disk.
  84. ECHO If you want to install to a directory other than C:\SIMPLY, then just
  85. ECHO change all references in these instructions, that say C:\SIMPLY, to your
  86. ECHO chosen drive and directory instead.
  87. ECHO And if you received this program on a disk that fits in your B: drive rather
  88. ECHO than one that fits in your A: drive, then put B: wherever the instructions
  89. ECHO say A:.
  90. ECHO 
  91. ECHO 
  92. GOTO END
  93. :READ
  94. CLS
  95. ECHO DOS, Simply Said, Simply Done, Simply Easy!  Copyright 1991 Kari Jackson
  96. ECHO 
  97. ECHO Have you ever noticed that computer books and DOS books are written in a
  98. ECHO language that can only be understood by people who already know what the
  99. ECHO books are talking about?  Well what good does that do for a Beginner?  None.
  100. ECHO That's the reason for this "book".  I think you'll be able to understand
  101. ECHO this one.
  102. ECHO 
  103. ECHO This is not a real book, since it's not on paper, but it will serve the
  104. ECHO purpose.  In fact, it ought to be a lot easier to read than a paper book,
  105. ECHO because it's in Hypertext form.  That means that you read it on your com-
  106. ECHO puter screen, and when you run across a word that you don't understand,
  107. ECHO it's highlighted in a different color from the rest of the text.  Well, if
  108. ECHO you use your arrow keys to put the cursor on that word, and hit the [Enter]
  109. ECHO key, you'll be immediately jumped to the section of the text which explains
  110. ECHO that word.  Now when you finish reading about that subject, you hold down
  111. ECHO one of the [Ctrl] keys while you hit [Enter], and you'll be zipped right
  112. ECHO back to where you were reading before you made that detour.
  113. ECHO 
  114. ECHO Now isn't that easier than looking a word up in the Index, and writing down
  115. ECHO all the page numbers that have that word, and then finding all those pages,
  116. ECHO and then going back to find the place where you had been before that?
  117. ECHO 
  118. PAUSE
  119. CLS
  120. ECHO Well that's what Hypertext is like, and this is a Hypertext DOS manual for
  121. ECHO Beginners.  It covers MS-DOS versions through number 5.0, although it does
  122. ECHO not cover 5.0 very thoroughly, since DOS 5.0 only came out two months ago.
  123. ECHO But all of DOS 5.0's new commands are here, and even a few details that are
  124. ECHO not in the manual.  It also covers PC-DOS, though not quite as deeply.
  125. ECHO 
  126. ECHO Another way in which this program differs from a real "book" on paper, is
  127. ECHO that you don't especially want to read this one from cover to cover, since
  128. ECHO the subjects don't come in any particular order.  Hypertext is just meant to
  129. ECHO be jumped around in, not read straight through.
  130. ECHO 
  131. ECHO I'm releasing this "book" as Shareware, which is a special marketing strat-
  132. ECHO egy for software, by which you get to try this out for free, and then you
  133. ECHO only pay for it if you like it, and feel that it's worth the price.  Isn't
  134. ECHO that nice?  That way you can't possibly get ripped off by buying a piece of
  135. ECHO software that turns out not to be what you had expected it to be.
  136. ECHO 
  137. ECHO There is a chapter in this "book" about Shareware, if you want to know more
  138. ECHO about the concept and how it works.
  139. ECHO 
  140. ECHO Well, the Hypertext reader that you'll be using to read this "book" with,
  141. ECHO is a separate Shareware program named HeLPyoURSeLF, and there's more infor-
  142. ECHO mation about that in the "About This Program" chapter of the "book".  The
  143. PAUSE
  144. CLS
  145. ECHO command that starts this program is C:\SIMPLY\HLPURSLF C:\SIMPLY\SIMPLY1
  146. ECHO [Enter].
  147. ECHO 
  148. ECHO You use the [PageUp] and [PageDown] keys to move from page to page of the
  149. ECHO "book".  The arrow keys will move the cursor to different "hotspots".  The
  150. ECHO "hotspots" are the special words that are highlighted in a different color,
  151. ECHO so that if you put your cursor on one of them and hit the [Enter] key, then
  152. ECHO that's when you will "jump" to the "target" of that "hotspot", which is the
  153. ECHO section of the "book" that explains what the word in that "hotspot" is all
  154. ECHO about.  And [Ctrl-Enter] will take you back to where you were the last time
  155. ECHO you hit the [Enter] key.
  156. ECHO 
  157. ECHO The [Home] key will take you to the screen on which you first entered the
  158. ECHO file you're currently looking at.  Notice that the entire "book" is made up
  159. ECHO of seven files, so when you're jumping around from subject to subject, you
  160. ECHO are probably moving from file to file.  The current filename is printed in
  161. ECHO the upper lefthand corner of each screen, in case you care.
  162. ECHO 
  163. ECHO The [Ctrl-Home] keystroke combination will take you to the first page of
  164. ECHO the whole book.  From there you're just a [PageDown] away from the Main Menu.
  165. ECHO 
  166. ECHO The [Ctrl-PageUp] keystroke combination will take you to the first page of
  167. ECHO the file that you're currently in.  And any letter key will take you to the
  168. PAUSE
  169. CLS
  170. ECHO first "hotspot" on the current page, that starts with that letter.
  171. ECHO 
  172. ECHO To exit the "book" and return to DOS, just hit [Esc].
  173. ECHO 
  174. ECHO Every time you enter the HLPURSLF command, the file checks itself to see if
  175. ECHO it had been altered, perhaps by a virus.  If it finds that something is wrong,
  176. ECHO it will tell you so, in which case you should copy the HLPURSLF.EXE file from
  177. ECHO this original disk, over the top of the corrupted file on your hard drive,
  178. ECHO using the command COPY D:HLPURSLF.EXE C:\SIMPLY\HLPURSLF.EXE [Enter], where
  179. ECHO D: is the floppy drive, A: or B:.
  180. ECHO 
  181. ECHO If you get the registered version of this "book", which is what you will
  182. ECHO receive if you pay the registration fee, then you will not only receive a
  183. ECHO TSR version of the HLPURSLF command, so that you can read the "book" even
  184. ECHO while you're inside another program, but you will also be able to change
  185. ECHO the screen colors that the program uses!  You can change them to anything
  186. ECHO you want!
  187. ECHO 
  188. ECHO Well, along with being able to receive the TSR and color-changeable versions
  189. ECHO of the "book", another benefit of sending in the registration fee is that
  190. ECHO you will receive a copy of the whole book in a format without any of the
  191. ECHO control codes that tell the Hypertext compiler where the "hotspots" and "tar-
  192. ECHO gets" should be, so that you can print it out.  You will also receive notice
  193. PAUSE
  194. CLS
  195. ECHO of the next upgraded version.  And of course you will feel better about your-
  196. ECHO self, for not ripping off an author who worked really hard and got only five
  197. ECHO hours of sleep per night for five months, just so that you might have an eas-
  198. ECHO ier time of learning DOS than I had.  [grin]  So if you like the "book" and
  199. ECHO find it useful, and think I should be compensated for all the work I put into
  200. ECHO it, or if you just want the color-changeable version and the printable ver-
  201. ECHO sion, just run this batch file again by typing README REGISTER [Enter] with
  202. ECHO the printer turned on and ready, and send in the registration fee with the
  203. ECHO form that will be printed.  Your conscience and I will love you for it!
  204. ECHO 
  205. ECHO To the best of my knowledge, and that of my proofreaders, and according to
  206. ECHO every DOS book I can get my hands on to double-check my work, and every book
  207. ECHO I can ever remember reading, every bit of information in this "book" is ab-
  208. ECHO solutely true and correct, but nevertheless, we cannot be held responsible
  209. ECHO for any damage, data loss, lost time, or anything else that may arise from
  210. ECHO your use of any information in this "book", or from the use of the Hyper-
  211. ECHO text compiler you're using to read it with.  We are not liable for anything
  212. ECHO other than a refund of the purchase price of this "book", no matter what
  213. ECHO the circumstances.  You use this program at your own risk.
  214. ECHO 
  215. ECHO Included with the registration form for this "book" is a registration form
  216. ECHO for the Hypertext program you're using to read it, in case you'd like to try
  217. ECHO writing your own Hypertext "book".  It's really a lot of fun!  So if you want
  218. PAUSE
  219. CLS
  220. ECHO to order a copy of the program I used to create this, you can send the reg-
  221. ECHO istration form and fee to me, and I will forward it to the author, or you
  222. ECHO can send it straight to the author himself, at the address on the form.  See
  223. ECHO the "About This Program" section of the "book" for more details.
  224. ECHO 
  225. ECHO If you know anything about BBSs and uploading, please do distribute the .ZIP
  226. ECHO file that came with this program, but not any other part of the program, to
  227. ECHO any BBS you want.  And give copies to all your friends who might be interes-
  228. ECHO ted but if they don't know how to use .ZIP files, then you can give them a
  229. ECHO copy of the disks you received from me.  But please don't give them a part
  230. ECHO of the program without absolutely all of it, and don't distribute any files
  231. ECHO that have been changed since I sent them to you.
  232. ECHO 
  233. ECHO If you ever try to change any part of any of the .HYP or .INX files, you will
  234. ECHO most likely ruin the entire program, because the .INX files are indexed to
  235. ECHO the .HYP files the way they were before you made any changes!  So the high-
  236. ECHO lighted parts, meaning "hotspots" and "targets", will still be where they
  237. ECHO used to be before you made the changes, only the text under those highlighted
  238. ECHO spots has moved to where you moved it to.  That's not good, so don't do it.
  239. ECHO Note that the date and time on the files named SIMPLY?.INX will change each
  240. ECHO time you use the program.  I have no idea why.  I didn't write the Hypertext
  241. ECHO reader, just the text.  But those files' dates will change and that is ok.
  242. ECHO Don't worry about it.
  243. PAUSE
  244. CLS
  245. ECHO May I suggest that the first subject you should read in the "book" is the
  246. ECHO one about Directory Structure, and then work on the other subjects that I
  247. ECHO put a » mark next to.  Those are my choices for your most urgent reading.
  248. ECHO 
  249. ECHO 
  250. ECHO 
  251. ECHO                 Have fun!
  252. ECHO                 Kari Jackson
  253. ECHO                 Prodigy ID #DWDP74A
  254. ECHO 
  255. ECHO 
  256. ECHO 
  257. PAUSE
  258. GOTO START
  259. :REGISTER
  260. CLS
  261. ECHO Make sure your printer is turned on, is online, and has paper.
  262. ECHO If you've changed your mind, hold down the [Ctrl] key and press C,
  263. ECHO and answer "Y" to the question that DOS will ask you.  Otherwise,
  264. PAUSE
  265. ECHO To mail your registration use this self-making envelope.                        > PRN
  266. ECHO Fold the bottom in and the top out on the dotted lines                          > PRN
  267. ECHO and tape the edges, top, and bottom, to make an envelope.                       > PRN
  268. ECHO                                                                                > PRN
  269. ECHO From:                                                                   stamp   > PRN
  270. ECHO                                                                                > PRN
  271. ECHO                                                                                > PRN
  272. ECHO                                                                                > PRN
  273. ECHO                                                                                > PRN
  274. ECHO                                                                                > PRN
  275. ECHO                                                                                > PRN
  276. ECHO                                                                                > PRN
  277. ECHO                                                                                > PRN
  278. ECHO                                                                                > PRN
  279. ECHO                                      TO:   Kari Jackson                         > PRN
  280. ECHO                                            3201 Monroe Street                   > PRN
  281. ECHO                                            Omaha NE  68107                      > PRN
  282. ECHO                                                                                > PRN
  283. ECHO                                                                                > PRN
  284. ECHO                                                                                > PRN
  285. ECHO                                                                                > PRN
  286. ECHO                                                                                > PRN
  287. ECHO                                                                                > PRN
  288. ECHO --------------------------------fold back--------------------------------       > PRN
  289. ECHO                                                                                > PRN
  290. ECHO       DOS, Simply Said, Simply Done, Simply Easy! registration form             > PRN
  291. ECHO                                                                                > PRN
  292. ECHO                                                                                > PRN
  293. ECHO Name:______________________________                                             > PRN
  294. ECHO                                                                                > PRN
  295. ECHO Address:______________________________________                                  > PRN
  296. ECHO                                                                                > PRN
  297. ECHO City:__________________________________  State:______  Zip:_____________        > PRN
  298. ECHO                                                                                > PRN
  299. ECHO Phone: (     )       -                                                          > PRN
  300. ECHO                                                                                > PRN
  301. ECHO (Prices subject to change.  Current as of 8/04/91)                              > PRN
  302. ECHO                                                       Disk size required:       > PRN
  303. ECHO            $20.00 The Book                                   Quantity           > PRN
  304. ECHO              4.00 Shipping & Handling                         _____  360K       > PRN
  305. ECHO            ------                                             _____  720K       > PRN
  306. ECHO            $24.00 per Copy                                    _____  1.2M       > PRN
  307. ECHO           +  1.30 sales tax if you live in Nebraska           _____  1.4M       > PRN
  308. ECHO                                                                                > PRN
  309. ECHO Do you want the printable version of the Book also?   _____ Yes  _____ No       > PRN
  310. ECHO ---------------------------------fold in---------------------------------       > PRN
  311. ECHO                                                                                > PRN
  312. ECHO Suggestions for improvement:                                                    > PRN
  313. ECHO                                                                                 > PRN
  314. ECHO Next is the registration/order form for the HLPURSLF Hypertext compiler/reader.
  315. ECHO You are under no obligation to purchase this in order to legally use the DOS,
  316. ECHO Simply Said, Simply Done, Simply Easy! book, but the form is provided as a con-
  317. ECHO venience for you in case you'd like to do some Hypertext writing of your own.
  318. PAUSE
  319. ECHO To mail your registration use this self-making envelope.                        > PRN
  320. ECHO Fold the bottom in and the top out on the dotted lines                          > PRN
  321. ECHO and tape the edges, top, and bottom, to make an envelope.                       > PRN
  322. ECHO                                                                                > PRN
  323. ECHO From:                                                                   stamp   > PRN
  324. ECHO                                                                                > PRN
  325. ECHO                                                                                > PRN
  326. ECHO                                                                                > PRN
  327. ECHO                                                                                > PRN
  328. ECHO                                                                                > PRN
  329. ECHO                                                                                > PRN
  330. ECHO                                                                                > PRN
  331. ECHO                                                                                > PRN
  332. ECHO                                                                                > PRN
  333. ECHO                                      TO:   SANSASKA SYSTEMS                     > PRN
  334. ECHO                                            3311 Concord Blvd.                   > PRN
  335. ECHO                                            Concord, CA 94519                    > PRN
  336. ECHO                                                                                > PRN
  337. ECHO                                                                                > PRN
  338. ECHO                                                                                > PRN
  339. ECHO                                                                                > PRN
  340. ECHO                                                                                > PRN
  341. ECHO                                                                                > PRN
  342. ECHO --------------------------------fold back--------------------------------       > PRN
  343. ECHO                                                                                > PRN
  344. ECHO                      HeLPyoURSeLF REGISTRATION 11/90                            > PRN
  345. ECHO                       from Kari Jackson's DOS manual                            > PRN
  346. ECHO                                                                                > PRN
  347. ECHO                                                                                > PRN
  348. ECHO Name:______________________________                                             > PRN
  349. ECHO                                                                                > PRN
  350. ECHO Address:______________________________________                                  > PRN
  351. ECHO                                                                                > PRN
  352. ECHO City:__________________________________  State:______  Zip:_____________        > PRN
  353. ECHO                                                                                > PRN
  354. ECHO Phone: (     )       -                                                          > PRN
  355. ECHO                                                                                > PRN
  356. ECHO (Prices subject to change.  Current as of 8/04/91)                              > PRN
  357. ECHO                                                       Disk size required:       > PRN
  358. ECHO                       CA payment      payment                Quantity           > PRN
  359. ECHO           Payment:        $20.00       $20.00                 _____  360K       > PRN
  360. ECHO           S & H             2.50         2.50                 _____  720K       > PRN
  361. ECHO           CA tax 7%%         1.40          -0-                 _____  1.2M       > PRN
  362. ECHO                           ------       ------                 _____  1.4M       > PRN
  363. ECHO           Total per copy  $23.90       $22.50                                   > PRN
  364. ECHO                                                                                > PRN
  365. ECHO ---------------------------------fold in---------------------------------       > PRN
  366. ECHO                                                                                > PRN
  367. ECHO Suggestions for improvement:                                                    > PRN
  368. ECHO                                                                                 > PRN
  369. GOTO END
  370. :LIST
  371. CLS
  372. ECHO HLPURSLF.EXE The Hypertext reader you'll be using to read the "book" with.
  373. ECHO 
  374. ECHO SIMPLY1.HYP through SIMPLY7.HYP The actual text of the book.  Don't even
  375. ECHO             try to make any changes in those files, as doing so would prob-
  376. ECHO             ably ruin the whole program.
  377. ECHO 
  378. ECHO SIMPLY1.INX through SIMPLY7.INX The index files that tell the Hypertext
  379. ECHO             reader where the "hotspots" and "targets" are.  Without these
  380. ECHO             files, you'll have none of the advantages of Hypertext.
  381. ECHO 
  382. ECHO README.BAT This file you're reading right now.  Contains all the instruc-
  383. ECHO            tions and registration forms.
  384. ECHO 
  385. ECHO DOSIMP10.ZIP This entire program, compressed into .ZIP form, which is all
  386. ECHO              ready for uploading to your local BBS if you want to do so.
  387. ECHO              Please don't upload any other part of this program.  See the
  388. ECHO              chapter in the "book" about Shareware if you don't even under-
  389. ECHO              stand what I'm talking about.  [grin]  If you are never going
  390. ECHO              to upload the program, or if you are not going to do so soon,
  391. ECHO              then you won't want to keep this huge file on your hard drive.
  392. ECHO              Just leave it on this floppy disk until the time comes when
  393. ECHO              you want to upload it.
  394. ECHO 
  395. GOTO END
  396. :PRINT
  397. CLS
  398. ECHO Make sure your printer is turned on, is online, and has paper.
  399. ECHO If you've changed your mind, hold down the [Ctrl] key and press C,
  400. ECHO and answer "Y" to the question that DOS will ask you.  Otherwise,
  401. PAUSE
  402. ECHO DOS, Simply Said, Simply Done, Simply Easy!  Copyright 1991 Kari Jackson                > PRN
  403. ECHO                                                                                > PRN
  404. ECHO To start the program, C:\SIMPLY\HLPURSLF C:\SIMPLY\SIMPLY1                      > PRN
  405. ECHO                                                                                > PRN
  406. ECHO [PageUp] & [PageDown] to move from page to page                                 > PRN
  407. ECHO Arrow keys to move the cursor to different "hotspots"                           > PRN
  408. ECHO [Enter] to jump to the "target" of the "hotspot" your cursor is on              > PRN
  409. ECHO [Ctrl-Enter] to return to where you were before [Enter]                         > PRN
  410. ECHO [Home] to go the the screen on which you entered the current file               > PRN
  411. ECHO [Ctrl-Home] to jump to the title page                                           > PRN
  412. ECHO [Ctrl-PageUp] to go to the first page of the current file                       > PRN
  413. ECHO Any letter key to jump to the first hotspot that starts with that letter        > PRN
  414. ECHO [Esc] to exit the "book"                                                        > PRN
  415. ECHO                                                                                > PRN
  416. ECHO To the best of my knowledge, and that of my proofreaders, and according to      > PRN
  417. ECHO every DOS book I can get my hands on to double-check my work, and every book    > PRN
  418. ECHO I can ever remember reading, every bit of information in this "book" is ab-     > PRN
  419. ECHO solutely true and correct, but nevertheless, we cannot be held responsible      > PRN
  420. ECHO for any damage, data loss, lost time, or anything else that may arise from      > PRN
  421. ECHO your use of any information in this "book", or from the use of the Hyper-       > PRN
  422. ECHO text reader you're using to read the "book".  We are not liable for anything    > PRN
  423. ECHO other than a refund of the purchase price of this "book", no matter what        > PRN
  424. ECHO the circumstances.  You use this program at your own risk.                      > PRN
  425. ECHO                                                                                > PRN
  426. ECHO Do not distribute this program except in its original form, with all files      > PRN
  427. ECHO complete and intact.  That's 17 files, no more, and no less.  Or if you're      > PRN
  428. ECHO uploading it, then just send the .ZIP file and nothing else.                    > PRN
  429. ECHO                                                                                > PRN
  430. ECHO Do not even think about trying to make any changes to the .HYP files, since     > PRN
  431. ECHO doing so would probably ruin the program.                                       > PRN
  432. ECHO                                                                                 > PRN
  433. GOTO END
  434. :NOPRINT
  435. CLS
  436. ECHO 
  437. ECHO 
  438. ECHO To register the DOS, Simply Said, Simply Done, Simply Easy! program, send
  439. ECHO $20 plus $4 for postage and handling, to Kari Jackson
  440. ECHO     (add $1.30 sales tax in Nebraska)    3201 Monroe Street
  441. ECHO                                          Omaha NE  68107
  442. ECHO and tell me whether you want 360K, 720K, 1.2M, or 1.44M disks, and whether
  443. ECHO you would also like to have the printable version of the "book" files for
  444. ECHO in case you get a printer later.  (Price subject to change, current as of
  445. ECHO 8/04/91.)  And if you have any suggestions as to how I might improve this
  446. ECHO program before I do the next update, please do let me know!
  447. ECHO 
  448. ECHO 
  449. ECHO If you would like to purchase the complete HLPURSLF Hypertext compiler so
  450. ECHO that you could make your own Hypertext "book", you can send $20 plus $2.50
  451. ECHO for shipping and handling, and $1.40 for sales tax if you live in Califor-
  452. ECHO nia, along with your registration for my "book" and I'll forward it to the
  453. ECHO author, or you can send it straight to him at Sansaska Systems
  454. ECHO                                               3311 Concord Blvd
  455. ECHO                                               Concord CA  94519
  456. ECHO Also tell what size disk you want that program on, and if you send it right
  457. ECHO to his address, please mention that you are ordering it on my recommendation.
  458. ECHO (That price is also subject to change, and is current as of 8/04/91.)
  459. ECHO 
  460. GOTO END
  461. :FLOPPY
  462. CLS
  463. ECHO If you already know how to make a DISKCOPY, then make one of this disk (or
  464. ECHO of each disk if you received this program on more than one) and then skip
  465. ECHO ahead to the paragraph that starts with "If you have a 1.2M...."
  466. ECHO 
  467. ECHO The first thing you want to do, is make a copy of this disk (and all the
  468. ECHO others also if you got this program on more than one) using the DISKCOPY
  469. ECHO command.  If you have two disk drives, put a disk that has the DISKCOPY.COM
  470. ECHO file on it, into your A: drive, have this program disk in your B: drive, and
  471. ECHO type DISKCOPY B: B: [Enter] and you want to have a formatted disk, of the
  472. ECHO size that fits in your B: drive, ready and the computer will tell you when
  473. ECHO to take out the source disk (this one) and put the target disk (the blank
  474. ECHO one) in.  If you have this program on a disk that is the size of your A:
  475. ECHO drive rather than your B: drive, then put this disk in A: and a disk that
  476. ECHO contains the DISKCOPY.COM file in B:, and type from the B:) prompt, the com-
  477. ECHO mand DISKCOPY A: A: [Enter] instead.  Or if you don't have any disk that
  478. ECHO fits in drive B: that has the DISKCOPY.COM file on it, and you don't know
  479. ECHO how to do it, it's easy!  Just put a disk that has DISKCOPY.COM on it into
  480. ECHO the A: drive, and a blank formatted disk into the B: drive, and type the
  481. ECHO command COPY A:DISKCOPY.COM B: [Enter].  Now you can use the command file
  482. ECHO from your B: drive with no problem.
  483. ECHO 
  484. ECHO Now if you only have one disk drive, then what you want to do is to put a
  485. ECHO disk that contains the DISKCOPY.COM file into your A: drive, and type the
  486. PAUSE
  487. CLS
  488. ECHO command DISKCOPY B: A: [Enter].  That's right, trust me, the computer will
  489. ECHO pretend that you have a B: drive, and as soon as it loads the instructions
  490. ECHO from the DISKCOPY.COM file into its memory, it will tell you to put the
  491. ECHO source disk into drive B: so what you do, is remove the disk that has the
  492. ECHO DISKCOPY.COM file on it, and put this program disk into the same drive, and
  493. ECHO the computer will accept that as being drive B:.  Then it will tell you to
  494. ECHO put the target disk into drive A:, so you take out this program disk and put
  495. ECHO in the blank disk.
  496. ECHO 
  497. ECHO Now the computer is going to keep telling you to swap disks, several times,
  498. ECHO so you just want to be really careful to remember which disk it's asking for
  499. ECHO each time.  The source disk is the program disk you got from me, and the
  500. ECHO target disk is the blank disk you're copying the program disk onto.
  501. ECHO 
  502. ECHO All right, now if you received this program on more than one disk, make a
  503. ECHO copy of each disk just that same way, and keep the originals in a very safe
  504. ECHO place and just use the copies from now on, unless they get damaged, then you
  505. ECHO still have the originals to fall back on.
  506. ECHO 
  507. ECHO If you have a 1.2M or 1.44M floppy drive, then here's how to run this pro-
  508. ECHO gram.  You just replace every reference in the instructions to C:\SIMPLY\
  509. ECHO with A:\ or B:\ instead.  For example the command to start up the program,
  510. ECHO if you have the program disk in drive A:, would be A:\HLPURSLF A:\SIMPLY1 or
  511. PAUSE
  512. CLS
  513. ECHO if A: is your current drive, meaning that your prompt says A) then you can
  514. ECHO leave out the A:\ part on the command side, but leave the A:\ on the param-
  515. ECHO eter side, and say HLPURSLF A:\SIMPLY1 [Enter].
  516. ECHO 
  517. ECHO If you have a 720K drive and some other drive, you can put a disk that con-
  518. ECHO tains all the .HYP files and all the .INX files, into the 720K, and put a
  519. ECHO disk that contains the HLPURSLF.EXE file into the other drive, and use this
  520. ECHO command:  A:\HLPURSLF B:\SIMPLY1 which assumes that the 720K drive is B: and
  521. ECHO A: is the other one.  If the 720K drive is A:, then the command would be
  522. ECHO B:\HLPURSLF A:\SIMPLY1.
  523. ECHO 
  524. ECHO If you have only one 720K drive and nothing else, then remember that DOS pre-
  525. ECHO tends that the one floppy drive is both A: and B:.  So you could have the
  526. ECHO HLPURSLF.EXE file on one disk, and put it into drive A:, and say this:
  527. ECHO HLPURSLF B:\SIMPLY1 and then DOS will tell you to put the proper disk into
  528. ECHO drive B:.  So then you put the disk that has the .HYP and .INX files into
  529. ECHO drive A: (which DOS will pretend is drive B:) and then it will use the files
  530. ECHO from there.
  531. ECHO 
  532. ECHO If you only have a 360K drive and nothing else, no other drives at all on
  533. ECHO your system, then I'm very sorry to report that there is no way you'll be
  534. ECHO able to use this program.
  535. ECHO 
  536. ECHO 
  537. :END
  538.